projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28cfef5
)
config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE
author
Vivek Gautam
<
[email protected]
>
Sat, 14 Sep 2013 08:32:50 +0000
(14:02 +0530)
committer
Marek Vasut
<
[email protected]
>
Sun, 20 Oct 2013 21:42:38 +0000
(23:42 +0200)
XHCI stack driver needs this to align buffers to
CacheLine boundary. So define the same to be '64'
Signed-off-by: Vivek Gautam <
[email protected]
>
Cc: Julius Werner <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
Cc: Dan Murphy <
[email protected]
>
Cc: Marek Vasut <
[email protected]
>
include/configs/exynos5250-dt.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos5250-dt.h
b/include/configs/exynos5250-dt.h
index 8c21909d634f600f64f9c0376ea8819cc272f5e6..c9c19a75f3352d85e02a42ffb3c7713fa12c0565 100644
(file)
--- a/
include/configs/exynos5250-dt.h
+++ b/
include/configs/exynos5250-dt.h
@@
-37,6
+37,8
@@
/* Keep L2 Cache Disabled */
#define CONFIG_SYS_DCACHE_OFF
+#define CONFIG_SYS_CACHELINE_SIZE 64
+
/* Enable ACE acceleration for SHA1 and SHA256 */
#define CONFIG_EXYNOS_ACE_SHA
#define CONFIG_SHA_HW_ACCEL